
This resource returns all dynamic hosts in the specified cluster
(identified by cluster-id or cluster-name).
| URL Parameters | |
|---|---|
| format | The format of the returned data. Can be either
html, json, or xml (default). This value overrides
the Accept header if both are present. |
| Request Headers | |
|---|---|
| Accept | The expected MIME type of the request body. If
the format? parameter is present, it takes precedence over the Accept header. |
Upon success, MarkLogic Server returns a status code of 200 (OK).
The response body includes the list of dynamic hosts in the cluster.
A status code of 401 (Unauthorized) is returned if the user does not have the necessary privileges.
manage-admin role, or the following
privilege: http://marklogic.com/xdmp/privileges/manage-admin
If the request targets a foreign cluster, an empty response body is returned.
curl --anyauth --user admin:admin -i -X GET http://localhost:8002/manage/v2/clusters/foo/dynamic-hosts
==> returns a list of dynamic hosts in cluster foo.
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.